From 7d25aee8a19c79fa56206af6e7b88f52ef3b7738 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 May 2005 03:13:37 +0000 Subject: [PATCH] Fix a copy-and-paste accident --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkiconview.c | 12 +----------- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f088b1729..76326681ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-07 Matthias Clasen + + * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted + by Owen Taylor. + 2005-05-07 Owen Taylor * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8f088b1729..76326681ff 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-05-07 Matthias Clasen + + * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted + by Owen Taylor. + 2005-05-07 Owen Taylor * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8f088b1729..76326681ff 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-05-07 Matthias Clasen + + * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted + by Owen Taylor. + 2005-05-07 Owen Taylor * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 22f1928bae..8bc4c74473 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -6370,17 +6370,7 @@ gtk_icon_view_get_drag_dest_item (GtkIconView *icon_view, * * Return value: whether there is an item at the given position. * - * Since: 2.8/** - * gtk_tree_view_get_dest_row_at_pos: - * @tree_view: a #GtkTreeView - * @drag_x: the position to determine the destination row for - * @drag_y: the position to determine the destination row for - * @path: Return location for the path of the highlighted row, or %NULL. - * @pos: Return location for the drop position, or %NULL - * - * Determines the destination row for a given position. - * - * Return value: whether there is a row at the given position, + * Since: 2.8 **/ gboolean gtk_icon_view_get_dest_item_at_pos (GtkIconView *icon_view, -- 2.30.2